Default to openpyxl not xlrd for read_excel
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Tue, 12 Jan 2021 21:06:04 +0000 (21:06 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Tue, 12 Jan 2021 21:06:04 +0000 (21:06 +0000)
commite91b690b6f134f787968dc789d26ad622c07034e
tree02c7e79ea22fce7cdcabefc3cecf00cfd7d6fb95
parent4be52f97eae3130bff8718e6a348b9d92e6a6d0c
Default to openpyxl not xlrd for read_excel

xlrd 1.2 fails if defusedxml (needed for odf) is installed

Bug: https://github.com/pandas-dev/pandas/pull/35029
Bug-Debian: https://bugs.debian.org/976620
Origin: upstream b3a3932af6aafaa2fd41f17e9b7995643e5f92eb
Author: Robert de Vries, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name xlrd_976620.patch
doc/source/whatsnew/v1.1.5.rst
pandas/io/excel/_base.py
pandas/tests/io/excel/test_readers.py
pandas/tests/io/excel/test_writers.py
pandas/tests/io/excel/test_xlrd.py